home *** CD-ROM | disk | FTP | other *** search
- inherited frmTmpltInetCommand: TfrmTmpltInetCommand
- Left = 369
- Top = 130
- Caption = 'frmTmpltInetCommand'
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlBottom: TPanel
- inherited comOk: TButton
- Left = 328
- Width = 72
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- ActivePage = tbsProxy
- object tbsAM5Firewall: TTabSheet [1]
- Caption = 'Firewall'
- Enabled = False
- ImageIndex = 2
- TabVisible = False
- object rbFWDoNotUse: TRadioButton
- Left = 12
- Top = 16
- Width = 137
- Height = 17
- Caption = 'Do ¬ use Firewall'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = EnableOrDisableFWSettings
- end
- object rbFWDefault: TRadioButton
- Tag = 1
- Left = 12
- Top = 44
- Width = 137
- Height = 17
- Caption = 'Use Firewall by &default'
- TabOrder = 1
- OnClick = EnableOrDisableFWSettings
- end
- object rbFWCustom: TRadioButton
- Tag = 2
- Left = 12
- Top = 72
- Width = 137
- Height = 17
- Caption = 'Use &custom settings:'
- TabOrder = 2
- OnClick = EnableOrDisableFWSettings
- end
- object rgbFWSettings: TGroupBox
- Left = 160
- Top = 4
- Width = 289
- Height = 201
- Caption = 'Firewall settings'
- TabOrder = 4
- object lblFWHost: TLabel
- Left = 12
- Top = 24
- Width = 26
- Height = 13
- Caption = '&Host:'
- FocusControl = edtFWHost
- end
- object lblFWPort: TLabel
- Left = 176
- Top = 24
- Width = 24
- Height = 13
- Caption = '&Port:'
- FocusControl = edtFWPort
- end
- object lblFWUserID: TLabel
- Left = 12
- Top = 152
- Width = 40
- Height = 13
- Caption = '&User ID:'
- FocusControl = edtFWUserID
- end
- object lblFWPassword: TLabel
- Left = 176
- Top = 152
- Width = 50
- Height = 13
- Caption = 'P&assword:'
- FocusControl = edtFWPassword
- end
- object lblFWType: TLabel
- Left = 12
- Top = 72
- Width = 65
- Height = 13
- Caption = 'Firewall &type:'
- end
- object edtFWHost: TEdit
- Left = 12
- Top = 40
- Width = 153
- Height = 21
- TabOrder = 0
- end
- object edtFWPort: TEdit
- Left = 176
- Top = 40
- Width = 89
- Height = 21
- TabOrder = 1
- Text = '1080'
- end
- object chkFWAuthentication: TCheckBox
- Left = 12
- Top = 128
- Width = 93
- Height = 17
- Caption = '&Authentication'
- Color = clBtnFace
- ParentColor = False
- TabOrder = 2
- end
- object edtFWUserID: TEdit
- Left = 12
- Top = 168
- Width = 153
- Height = 21
- TabOrder = 3
- end
- object edtFWPassword: TEdit
- Left = 176
- Top = 168
- Width = 101
- Height = 21
- PasswordChar = '*'
- TabOrder = 4
- end
- object udFWPort: TUpDown
- Left = 265
- Top = 40
- Width = 15
- Height = 21
- Associate = edtFWPort
- Min = 1
- Max = 32767
- Position = 1080
- TabOrder = 5
- Thousands = False
- Wrap = False
- end
- end
- object comFWDefaultSettings: TButton
- Left = 12
- Top = 180
- Width = 137
- Height = 25
- Caption = 'Default &settings...'
- TabOrder = 3
- end
- end
- object tbsProxy: TTabSheet [2]
- Caption = 'Proxy'
- ImageIndex = 4
- object lblProxyType: TLabel
- Left = 10
- Top = 16
- Width = 129
- Height = 13
- AutoSize = False
- Caption = 'Proxy &type:'
- FocusControl = cbxFWType
- WordWrap = True
- end
- object lblProxyUserID: TLabel
- Left = 238
- Top = 65
- Width = 249
- Height = 13
- AutoSize = False
- Caption = '&User ID:'
- FocusControl = edtProxyUserID
- end
- object lblProxyPass: TLabel
- Left = 238
- Top = 115
- Width = 249
- Height = 13
- AutoSize = False
- Caption = '&Password:'
- FocusControl = edtProxyPass
- end
- object lblProxyPort: TLabel
- Left = 10
- Top = 114
- Width = 125
- Height = 13
- AutoSize = False
- Caption = 'Proxy p&ort:'
- FocusControl = edtProxyPort
- end
- object lblProxyHost: TLabel
- Left = 10
- Top = 65
- Width = 207
- Height = 13
- AutoSize = False
- Caption = 'Proxy &host:'
- FocusControl = edtProxyHost
- end
- object cbxFWType: TComboBox
- Left = 10
- Top = 32
- Width = 220
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbxFWTypeChange
- Items.Strings = (
- 'System default'
- 'None'
- 'Socks4'
- 'Socks4a'
- 'Socks5')
- end
- object chkProxyAuthenticate: TCheckBox
- Left = 238
- Top = 47
- Width = 227
- Height = 17
- Caption = 'Use &authentication'
- TabOrder = 3
- OnClick = chkProxyAuthenticateClick
- end
- object edtProxyUserID: TEdit
- Left = 238
- Top = 81
- Width = 221
- Height = 21
- TabOrder = 4
- end
- object edtProxyPass: TEdit
- Left = 238
- Top = 131
- Width = 221
- Height = 21
- PasswordChar = '*'
- TabOrder = 5
- end
- object edtProxyPort: TEdit
- Left = 10
- Top = 130
- Width = 220
- Height = 21
- TabOrder = 2
- Text = '1028'
- end
- object edtProxyHost: TEdit
- Left = 10
- Top = 81
- Width = 220
- Height = 21
- TabOrder = 1
- end
- end
- end
- end
- inherited taclKeyboardTrap: TActionList
- Left = 196
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- end
- inherited IvTranslator1: TIvTranslator
- Left = 228
- Top = 348
- end
- end
-